UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The macOS system must not have IP forwarding for IPv4 enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-81701 AOSX-13-001205 SV-96415r1_rule Medium
Description
IP forwarding for IPv4 must not be enabled, as only authorized systems should be permitted to operate as routers.
STIG Date
Apple OS X 10.13 Security Technical Implementation Guide 2018-10-01

Details

Check Text ( C-81481r1_chk )
To check if "IP forwarding" is enabled, run the following command:

sysctl net.inet.ip.forwarding

If the values are not "0", this is a finding.
Fix Text (F-88549r1_fix)
To configure the system to disable "IP forwarding", add the following line to "/etc/sysctl.conf", creating the file if necessary:

net.inet.ip.forwarding=0